home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / dns / description.frm.z / description.frm
Encoding:
Text File  |  1997-07-30  |  3.7 KB  |  86 lines

  1. #! /usr/bin/perl5
  2. # description.frm
  3. #
  4. # Copyright 1988-1996 Silicon Graphics, Inc.
  5. # All rights reserved.
  6. #
  7. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  8. # the contents of this file may not be disclosed to third parties, copied or
  9. # duplicated in any form, in whole or in part, without the prior written
  10. # permission of Silicon Graphics, Inc.
  11. #
  12. # RESTRICTED RIGHTS LEGEND:
  13. # Use, duplication or disclosure by the Government is subject to restrictions
  14. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  15. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  16. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  17. # rights reserved under the Copyright Laws of the United States.
  18. #
  19. # $Id: description.frm,v 1.15 1997/05/01 17:54:19 shotes Exp $
  20.  
  21. print <<EndOfFile;
  22. Content-type: text/html
  23.  
  24. <H1><A NAME="_wmh1_828407857">Domain Name Service</A></H1>
  25. <P>
  26. The Domain Name Service (DNS) is a decentralized database service that
  27. resolves hostnames and addresses on the Internet. DNS organizes the
  28. Internet into a hierarchy of administrative units called <EM>domains</EM>. 
  29. The <EM>root domain</EM> at the top of the hierarchy has authority over the 
  30. entire Internet. Descending the hierarchy, subordinate domains are decreasingly 
  31. comprehensive, so that a local domain usually serves a single organization 
  32. (such as your local network). Large domains are frequently organized into 
  33. <EM>subdomains</EM> to further distribute the maintenance task.
  34. </P>
  35. <P>
  36. <STRONG>Note:</STRONG> All sites connected to the Internet are required
  37. to have two systems that answer requests for their domain.
  38. </P>
  39. <P>
  40. DNS is used instead of or in addition to a local hosts file
  41. (<VAR>/etc/hosts</VAR>) to provide name and address information. The
  42. Network Information Service (NIS) can also be used with DNS and the
  43. local hosts file. If you use multiple naming services, you must specify
  44. the order in which each service is to be used for name and address
  45. resolution.
  46. </P>
  47. <P>
  48. The <EM>named</EM> process supports DNS on an <I>WebForce Internet Gateway</I>
  49. server (see the named(1M) reference page for details). A system running
  50. <EM>named</EM> is referred to as a <EM>name server</EM>. If a domain contains
  51. subdomains, several name servers are used. In this case, the
  52. <EM>primary name server</EM> is the designated authority; it contains
  53. the master database for the domain. <EM>Secondary servers</EM> contain
  54. a copy of the database that is maintained on the primary server, and
  55. <EM>clients</EM> relay name and address requests to primary or
  56. secondary servers to be resolved.
  57. </P>
  58. <P>
  59. When <EM>named</EM> receives a request for a domain for which it is neither
  60. primary nor a secondary server, it forwards the request to another name
  61. server for resolution. The addresses of such servers are maintained in 
  62. a <EM>forwarder</EM> address list. The DNS protocol provides support for 
  63. dynamically locating authoritative servers.  If you do not wish to use this 
  64. feature, you can limit all forwarding to the specified forwarder list.
  65. <P>
  66. All hosts operate as DNS clients, including DNS servers. To request
  67. domain information from DNS servers, all applications use a set of
  68. routines collectively called the <VAR>resolver</VAR>. The resolver determines 
  69. the order in which name services are to be used and the name servers and 
  70. domain names to be queried in name lookups.
  71. </P>
  72. <P>
  73. Use these forms to configure DNS:
  74. </P>
  75. <UL>
  76. <LI><A HREF="index.dns1.shtml" TARGET="left">DNS Name Server</A>
  77. <LI><A HREF="index.dns2.shtml" TARGET="left">DNS Resolver</A>
  78. </UL>
  79. <P>
  80. For additional information, see Chapter 6 of <CITE>IRIX Admin:
  81. Networking and Mail</CITE>. Also see the resolver(4) and named(1M)
  82. reference pages.
  83. </P>
  84. EndOfFile
  85.